From: Eli Zaretskii Date: Sat, 14 Jan 2012 18:02:59 +0000 (+0200) Subject: Ensure PATH_DUMPLOADSEARCH will have correct value in MSDOS builds. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1178^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=65a58c8a5fb87c6aaae51e2cbbd6bf91e3bcec81;p=emacs.git Ensure PATH_DUMPLOADSEARCH will have correct value in MSDOS builds. msdos/sed4.inp (PATH_DUMPLOADSEARCH): Edit to "../lisp", for when the default in src/epaths.in will change, maybe. --- diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 254eb719c96..4c0383ba9c8 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,8 @@ +2012-01-14 Eli Zaretskii + + * sed4.inp (PATH_DUMPLOADSEARCH): Edit to "../lisp", for when the + default in src/epaths.in will change, maybe. + 2011-10-31 Eli Zaretskii * sed3v2.inp (insrcdir): Comment out definition. diff --git a/msdos/sed4.inp b/msdos/sed4.inp index efbed4d3f1d..73d025463d8 100644 --- a/msdos/sed4.inp +++ b/msdos/sed4.inp @@ -16,6 +16,7 @@ # # ---------------------------------------------------------------------- /^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/ +/^#define *PATH_DUMPLOADSEARCH/s/".*"/"..\/lisp"/ /^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/ /^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/ /^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/